home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 1994 Spring / CD Powerplay (Europress) Disc 1 - Spring '94 .iso / hackdemo / go.bat next >
Encoding:
DOS Batch File  |  1994-03-03  |  330 b   |  17 lines

  1. @echo off
  2. cls
  3. echo This program will be installed to your hard disk!!
  4. echo It will need a minimum of 1.5Mb of free disk space!!
  5. pause
  6. md c:\hack
  7. md c:\hack\savegame
  8. hackdem c:\hack
  9. cls
  10. echo Dungeon Hack will now run.
  11. echo To run it another time change directory to
  12. echo C:\HACK and type HACK
  13. pause
  14. c:
  15. cd\hack
  16. hack
  17.